* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 18:42:23 +0000 (14:42 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 18:42:23 +0000 (14:42 -0400)
lisp/ChangeLog
lisp/info.el

index 9fcf696490871e740fc756246d6d532503ce5eb0..b5ae435e3940e406c1edbd29f3f593de912a0d87 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
+
 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
index 8fd0fc700964eea6a03c8140f3dbba7aaca4975f..cb07ef59df1374612b543cac134f1099b37e1d36 100644 (file)
@@ -2063,7 +2063,7 @@ If SAME-FILE is non-nil, do not move to a different Info file."
               ))
 
 (defun Info-directory-toc-nodes (filename)
-  "Directory-specific implementation of Info-directory-toc-nodes."
+  "Directory-specific implementation of `Info-toc-nodes'."
   `(,filename
     ("Top" nil nil nil)))